-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: Move EB2 shield to upstream #25840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This is now moved to upstream. Signed-off-by: Chaitanya Tata <[email protected]>
Use the upstream shield directly. Signed-off-by: Chaitanya Tata <[email protected]>
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR moves the nRF7002-EB II (nrf7002eb2) shield configuration from the downstream NCS repository to upstream Zephyr by removing all downstream shield files and updating the Zephyr revision to pull the upstream implementation.
- Removes all nrf7002eb2 shield files from the downstream repository (overlays, device tree includes, and Kconfig)
- Updates Zephyr revision to pull the upstream shield implementation
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| west.yml | Updates Zephyr revision to reference upstream PR containing the shield |
| boards/shields/nrf7002eb2/nrf7002eb2_nrf7001.overlay | Removes nRF7001 variant overlay (moved to upstream) |
| boards/shields/nrf7002eb2/nrf7002eb2_nrf7000.overlay | Removes nRF7000 variant overlay (moved to upstream) |
| boards/shields/nrf7002eb2/nrf7002eb2_gpio_pins_2.dtsi | Removes GPIO pin configuration for variant 2 (moved to upstream) |
| boards/shields/nrf7002eb2/nrf7002eb2_gpio_pins_1.dtsi | Removes GPIO pin configuration for variant 1 (moved to upstream) |
| boards/shields/nrf7002eb2/nrf7002eb2_common_5g.dtsi | Removes 5GHz power configuration (moved to upstream) |
| boards/shields/nrf7002eb2/nrf7002eb2_common.dtsi | Removes common shield configuration (moved to upstream) |
| boards/shields/nrf7002eb2/nrf7002eb2_coex.overlay | Removes coexistence overlay (moved to upstream) |
| boards/shields/nrf7002eb2/nrf7002eb2.overlay | Removes main nRF7002 overlay (moved to upstream) |
| boards/shields/nrf7002eb2/boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay | Removes nRF54LM20 DK board-specific configuration (moved to upstream) |
| boards/shields/nrf7002eb2/boards/nrf54l15dk_nrf54l15_cpuapp.overlay | Removes nRF54L15 DK board-specific configuration (moved to upstream) |
| boards/shields/nrf7002eb2/Kconfig.shield | Removes shield Kconfig definitions (moved to upstream) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: zephyr | ||
| repo-path: sdk-zephyr | ||
| revision: f316ea6f7080c448f423f68b44a0f6fe78d7f455 | ||
| revision: pull/3546/head |
Copilot
AI
Nov 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The revision is set to a pull request reference (pull/3546/head) rather than a commit SHA or tag. Pull request references are temporary and will be deleted once the PR is merged or closed, which will cause builds to fail.
This should be changed to either:
- A specific commit SHA once the upstream PR is merged
- A branch name or tag reference if appropriate
Temporary PR references should only be used for testing purposes, not in the main branch.
| revision: pull/3546/head | |
| revision: <commit-sha> |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 9c861700718c736657435b41c94e30456f1e2c5d more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (30)Outputs:ToolchainVersion: 4e36fbc961 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Pull upstream shield and remove from downstream.